ComponentOne Bitmap for UWP
Get(ClassInstance[]) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > CommonShaderStage<T> Class > Get Method : Get(ClassInstance[]) Method
An array that will be used to contain any class instances currently active.
Gets the shader currently assigned to the device.
Syntax
'Declaration
 
Public Overloads Function Get( _
   ByVal classInstances() As ClassInstance _
) As T
public T Get( 
   ClassInstance[] classInstances
)

Parameters

classInstances
An array that will be used to contain any class instances currently active.

Return Value

The shader (null if no shader is assigned).
See Also

Reference

CommonShaderStage<T> Class
CommonShaderStage<T> Members
Overload List